home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Tools.Dxr / Internal_122_RACE narration start.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  297 b   |  16 lines

  1. on exitFrame
  2.   global gMasterData
  3.   startTimer()
  4.   puppetSound(3, "organ alert")
  5.   case the frameLabel of
  6.     "R":
  7.       diskAudio(gMasterData, "24")
  8.     "A":
  9.       diskAudio(gMasterData, "25")
  10.     "C":
  11.       diskAudio(gMasterData, "26")
  12.     "E":
  13.       diskAudio(gMasterData, "27")
  14.   end case
  15. end
  16.